$AssignedInventorySource class Null safety
Used by:
- displayvideo:v1 : AssignedInventorySource
- displayvideo:v2 : AssignedInventorySource
Constructors
- $AssignedInventorySource({String? assignedInventorySourceId, String? inventorySourceId, String? name})
- $AssignedInventorySource.fromJson(Map json_)
Properties
- assignedInventorySourceId ↔ String?
-
The unique ID of the assigned inventory source.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- inventorySourceId ↔ String?
-
The ID of the inventory source entity being targeted.
read / write
- name ↔ String?
-
The resource name of the assigned inventory source.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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