$MobileApp00 class Null safety
Used by:
- dfareporting:v3.5 : MobileApp
- dfareporting:v4 : MobileApp
Constructors
- $MobileApp00({String? directory, String? id, String? kind, String? publisherName, String? title})
- $MobileApp00.fromJson(Map json_)
Properties
- directory ↔ String?
-
Mobile app directory.
Possible string values are:
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
ID of this mobile app.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- publisherName ↔ String?
-
Publisher name.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- title ↔ String?
-
Title of this mobile app.
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