UsageReportParameters class

Constructors

UsageReportParameters({bool? boolValue, DateTime? datetimeValue, String? intValue, List<Map<String, Object?>>? msgValue, String? name, String? stringValue})
UsageReportParameters.fromJson(Map json_)

Properties

boolValue bool?
Boolean value of the parameter.
getter/setter pair
datetimeValue DateTime?
The RFC 3339 formatted value of the parameter, for example 2010-10-28T10:26:35.000Z.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intValue String?
Integer value of the parameter.
getter/setter pair
msgValue List<Map<String, Object?>>?
Nested message value of the parameter.
getter/setter pair
name String?
The name of the parameter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
String value of the parameter.
getter/setter pair

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