TradeLicense class

Лицензия организации.

Constructors

TradeLicense({required String type, required String license, required String legalForm, required String endDate})
const

Properties

endDate String
Дата, до которой действует лицензия.
final
hashCode int
The hash code for this object.
no setteroverride
legalForm String
Форма собственности компании.
final
license String
Номер.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Тип.
final

Methods

copyWith({String? type, String? license, String? legalForm, String? endDate}) TradeLicense
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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