Organization.fromJson constructor
Organization.fromJson(
- JsonObject json
Creates an Organization instance from the provided JSON object.
Implementation
Organization.fromJson(JsonObject json) : super._internal(json);