Meta class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Meta({required String name, required String officialName, required double limit, required String mask})
Meta.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
limit double
final
mask String
final
name String
final
officialName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? name, String? officialName, double? limit, String? mask}) Meta

Available on Meta, provided by the $MetaExtension extension

copyWithWrapped({Wrapped<String>? name, Wrapped<String>? officialName, Wrapped<double>? limit, Wrapped<String>? mask}) Meta

Available on Meta, provided by the $MetaExtension extension

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

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const Meta Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(Meta instance)