Supplier class

Annotations
  • @JsonSerializable(explicitToJson: true, fieldRename: FieldRename.snake)

Constructors

Supplier({required bool isSupported, String? oaid, String? vaid, String? aaid})
const
Supplier.fromJson(Map<String, dynamic> json)
factory

Properties

aaid String?
final
hashCode int
The hash code for this object.
no setterinherited
isSupported bool
final
oaid String?
华为设备上开启限制广告跟踪,oaid 为 00000000-0000-0000-0000-000000000000
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vaid String?
final

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited