FromFs class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

boolean(Map<String, Object> value, {bool defaultValue = false}) bool
booleanNull(Map<String, Object> value, {String name = '', bool allowNull = false}) bool?
datetime(Map<String, Object> value, {String defaultValue = '0000-01-01T00:00:00.000Z'}) DateTime
datetimeNull(Map<String, Object> value, {String name = '', bool allowNull = false}) DateTime?
float(Map<String, Object> value, {double defaultValue = 0.0}) double
floatNull(Map<String, Object> value, {String name = '', bool allowNull = false}) double?
integer(Map<String, Object> value, {int defaultValue = 0}) int
integerNull(Map<String, Object> value, {String name = '', bool allowNull = false}) int?
list<T>(Map<String, Object> value, MapDecoder<T> mapDecoder, {List<T> defaultValue = const []}) List<T>
listNull<T>(Map<String, Object> value, MapDecoder<T> mapDecoder, {String name = '', bool allowNull = false}) List<T>?
map<T>(Map<String, Object> value, MapDecoder<T> mapDecoder, {Map<String, Object> defaultValue = const {}}) → T
mapNull<T>(Map<String, Object> value, MapDecoder<T> mapDecoder, {String name = '', bool allowNull = false}) → T?
reference(Map<String, Object> value, {String defaultValue = '/'}) Reference
referenceNull(Map<String, Object> value, {String name = '', bool allowNull = false}) Reference?
string(Map<String, Object> value, {String defaultValue = ''}) String
stringNull(Map<String, Object> value, {String name = '', bool allowNull = false}) String?