OptionalValueDelegateWithDefault

class OptionalValueDelegateWithDefault<V>(fieldName: String, fieldType: FieldType<V, *>, defaultValue: () -> V)

Functions

provideDelegate
Link copied to clipboard
operator fun provideDelegate(thisRef: DocSource, property: KProperty<*>): <ERROR CLASS><DocSource, V>