PeriodSerializer class Null safety
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
types
→ Iterable<
Type> -
The
Types that can be serialized.read-onlyoverride - wireName → String
-
The wire name of the serializable type. For most classes, the class name.
For primitives and collections a lower-case name is defined as part of
the
built_jsonwire format.read-onlyoverride
Methods
-
deserialize(
Serializers serializers, Object serialized, {FullType specifiedType = FullType.unspecified}) → Period -
Deserializes
serialized.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
serialize(
Serializers serializers, Period object, {FullType specifiedType = FullType.unspecified}) → Object -
Serializes
object.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited