OrgInfo class
Информация об организации.
Constructors
- OrgInfo.new({required int branchCount, required OrgId id, required String? name})
-
const
Properties
- branchCount → int
-
Количество филиалов организации.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → OrgId
-
Уникальный идентификатор организации.
final
- name → String?
-
Название организации.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{int? branchCount, OrgId? id, Optional< String?> ? name}) → OrgInfo -
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