getValue method
Returns the current value for a property.
If the property has not been set, the default value will be returned.
Implementation
@protected
Object? getValue(PropertyInfo propertyInfo) {
return _fieldManager.getValue(propertyInfo);
}
Returns the current value for a property.
If the property has not been set, the default value will be returned.
@protected
Object? getValue(PropertyInfo propertyInfo) {
return _fieldManager.getValue(propertyInfo);
}