PageMeta class
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → PageMeta -
Returns a new PageMeta instance and imports its values from
value
if it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool? emptyIsNull, bool? growable}) → List< PageMeta?> ? -
mapFromJson(
dynamic json) → Map< String, PageMeta?> -
mapListFromJson(
dynamic json, {bool? emptyIsNull, bool? growable}) → Map< String, List< PageMeta?> ?>