Input$CompanyUpdateInput class
Constructors
-
Input$CompanyUpdateInput.new({String? name, String? description, List<
String> ? tags, Input$MediaInput? media, Input$FullAddressInput? address, Input$CompanyLegalInput? legal, List<String> ? banks, Input$CompanyContactDetailsInput? contact, bool? logistic, String? externalId, Input$CompanyCustomerInput? customer, Input$CompanySupplierInput? supplier}) -
factory
-
Input$CompanyUpdateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- address → Input$FullAddressInput?
-
no setter
-
banks
→ List<
String> ? -
no setter
- contact → Input$CompanyContactDetailsInput?
-
no setter
-
copyWith
→ CopyWith$Input$CompanyUpdateInput<
Input$CompanyUpdateInput> -
no setter
- customer → Input$CompanyCustomerInput?
-
no setter
- description → String?
-
no setter
- externalId → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- legal → Input$CompanyLegalInput?
-
no setter
- logistic → bool?
-
no setter
- media → Input$MediaInput?
-
no setter
- name → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supplier → Input$CompanySupplierInput?
-
no setter
-
no setter
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.
override