Organization class

Constructors

Organization({required String id, required String creatorId, required String name, required List<String> addresses, required List<String> emails, required List<String> phones, required List<String> responsibles, required DateTime createdAt, required DateTime updatedAt})
Organization.fromJson(Map<String, dynamic> json)
factory
Organization.fromString(String jsonString)
factory

Properties

addresses List<String>
final
createdAt DateTime
final
creatorId String
final
emails List<String>
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
phones List<String>
final
responsibles List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
final

Methods

copyWith({String? id, String? creatorId, String? name, List<String>? addresses, List<String>? emails, List<String>? phones, List<String>? responsibles, DateTime? createdAt, DateTime? updatedAt}) Organization
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.
override

Operators

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