DeviceModel class
- Annotations
-
- @JsonSerializable.new()
Constructors
- DeviceModel({String? modelName, String? streamProtocol, String? liveApp, String? recApp, bool canStandby = false, bool canRotate = false, bool whiteLight = false, int sdCardFeatures = 0, String? audioCodecType, bool devicePersonDetect = false, bool supportMotionTrack = false})
-
DeviceModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audioCodecType ↔ String?
-
getter/setter pair
- canRotate ↔ bool
-
getter/setter pair
- canStandby ↔ bool
-
getter/setter pair
- devicePersonDetect ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- liveApp ↔ String?
-
getter/setter pair
- modelName ↔ String?
-
getter/setter pair
- recApp ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdCardFeatures ↔ int
-
getter/setter pair
- streamProtocol ↔ String?
-
getter/setter pair
- supportMotionTrack ↔ bool
-
getter/setter pair
- whiteLight ↔ bool
-
getter/setter pair
Methods
-
isB0(
) → bool -
isCanRotate(
) → bool -
isG0(
) → bool -
isG1(
) → bool -
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