DeviceIpBlock class
A single device IP block
Constructors
- DeviceIpBlock({Date? addedDate, String? block, String? form})
- DeviceIpBlock.fromJson(Map _json)
Properties
- addedDate ↔ Date?
-
The date this block was added to Firebase Test Lab
getter/setter pair
- block ↔ String?
-
An IP address block in CIDR notation eg: 34.68.194.64/29
getter/setter pair
- form ↔ String?
-
Whether this block is used by physical or virtual devices
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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