DiveInput class

Constructors

DiveInput({String? name, required String id, required String typeId})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
id String
The input id, such as 0x8020000005ac8514.
final
name String?
The input name, such as FaceTime HD Camera (Built-in).
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
typeId String
The input type id, such as image_source or av_capture_input. TODO: Should eventually be changed to DiveInputType.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(dynamic map) DiveInput