RequiredListableValueDelegate
class RequiredListableValueDelegate<V>(fieldName: String, fieldType: FieldType<V & Any, *>) : DocSource.RequiredValueDelegate<V>
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
operator fun provideDelegate(thisRef: DocSource, property: KProperty<*>): ReadWriteProperty<DocSource, V & Any>