ToFs 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(bool boolean, String name, {bool defaultValue = false, bool useDefaultValue = false, bool allowNull = false}) Map<String, Object>
datetime(DateTime datetime, String name, {String defaultValue = '0000-01-01T00:00:00.000Z', bool useDefaultValue = false, bool allowNull = false}) Map<String, Object>
float(double float, String name, {double defaultValue = 0.0, bool useDefaultValue = false, bool allowNull = false}) Map<String, Object>
integer(int integer, String name, {int defaultValue = 0, bool useDefaultValue = false, bool allowNull = false}) Map<String, Object>
list(List<Map<String, Object>> values, String name, {List<Map<String, Object>> defaultValue = const [], bool useDefaultValue = false, bool allowNull = false}) Map<String, Object>
map(Map<String, Object> fields, String name, {Map<String, Object> defaultValue = const {}, bool useDefaultValue = false, bool allowNull = false}) Map<String, Object>
reference(Reference reference, String name, {String defaultValue = '/', bool useDefaultValue = false, bool allowNull = false}) Map<String, Object>
string(String string, String name, {String defaultValue = '', bool useDefaultValue = false, bool allowNull = false}) Map<String, Object>