AttributeProviderExtend extension

on

Methods

boolAttribute({required String key, bool missValue = false, AttributeTransform<bool>? transform}) BoolAttribute

Available on AttributeProvider, provided by the AttributeProviderExtend extension

boolOptional({required String key, AttributeTransform<bool>? transform}) BoolOptional

Available on AttributeProvider, provided by the AttributeProviderExtend extension

doubleAttribute({required String key, double missValue = 0, AttributeTransform<double>? transform}) DoubleAttribute

Available on AttributeProvider, provided by the AttributeProviderExtend extension

doubleOptional({required String key, AttributeTransform<double>? transform}) DoubleOptional

Available on AttributeProvider, provided by the AttributeProviderExtend extension

intAttribute({required String key, int missValue = 0, AttributeTransform<int>? transform}) IntAttribute

Available on AttributeProvider, provided by the AttributeProviderExtend extension

intOptional({required String key, AttributeTransform<int>? transform}) IntOptional

Available on AttributeProvider, provided by the AttributeProviderExtend extension

stringAttribute({required String key, String missValue = "", AttributeTransform<String>? transform}) StringAttribute

Available on AttributeProvider, provided by the AttributeProviderExtend extension

stringOptional({required String key, AttributeTransform<String>? transform}) StringOptional

Available on AttributeProvider, provided by the AttributeProviderExtend extension