MapConverter class
Constructors
-
MapConverter({required Map<
String, FieldFormat> map, Map<String, Object? Function(dynamic)> ? customconverters}) -
MapConverter.fromJson(Map<
String, Object?> json) -
factory
- MapConverter.typeConverstion(FormatConvert conversion)
-
factory
Properties
-
converters
→ Map<
String, Object? Function(dynamic)> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
map
→ Map<
String, FieldFormat> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convert(
{required Map< String, dynamic> source}) → Map<String, dynamic> -
copyWith(
{Map< String, FieldFormat> ? map, Map<String, Object? Function(dynamic)> ? customconverters}) → MapConverter -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setValue(
Map< String, dynamic> destination, String key, dynamic value) → void -
toString(
) → String -
A string representation of this object.
inherited
-
valueForKey(
String key, Map< String, dynamic> sourceData) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited