Organization.other constructor

Organization.other(
  1. String other
)

Returns a new Organization that is not included in values

Implementation

factory Organization.other(String other) => Organization._internal(other);