UTerminalBrokerCreateParams class
Constructors
-
UTerminalBrokerCreateParams({required String code, required String title, required String registrationNumber, required String nationalCode, required String representative, required String address, required String postalCode, required String phoneNumber, required String sign1Base64, required String sign1Owner, required String logoBase64, required List<
int> tags, String? id, String? creatorId, List<String> ? adminUserIds, String? sign2Base64, String? sign2Owner, String? detail1, String? detail2}) - UTerminalBrokerCreateParams.fromJson(String str)
-
factory
-
UTerminalBrokerCreateParams.fromMap(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
final
-
adminUserIds
→ List<
String> ? -
final
- code → String
-
final
- creatorId → String?
-
final
- detail1 → String?
-
final
- detail2 → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- logoBase64 → String
-
final
- nationalCode → String
-
final
- phoneNumber → String
-
final
- postalCode → String
-
final
- registrationNumber → String
-
final
- representative → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sign1Base64 → String
-
final
- sign1Owner → String
-
final
- sign2Base64 → String?
-
final
- sign2Owner → String?
-
final
-
final
- title → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited