RuntimeFieldSetter.this

Constructor for runtime field setter.

class RuntimeFieldSetter(Type, FieldType = Type, KeyType = string)
this
(
PropertySetter!(Type, FieldType, KeyType) setter
)

Parameters

setter PropertySetter!(Type, FieldType, KeyType)

underlying setter that works directly with FieldType values

Meta