$UniversalAdId00 class Null safety

Used by:

  • dfareporting:v3.5 : UniversalAdId
  • dfareporting:v4 : UniversalAdId

Constructors

$UniversalAdId00({String? registry, String? value})
$UniversalAdId00.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
registry String?
Registry used for the Ad ID value. Possible string values are:
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value String?
ID value for this creative.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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