PageMeta class

Constructors

PageMeta({String branch = 'master', String product = 'brx', String version = '1.0', bool preview = false})
Returns a new PageMeta instance.

Properties

branch String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preview bool
getter/setter pair
product String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
getter/setter pair

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?>?>