Organization.fromJson constructor

Organization.fromJson(
  1. JsonObject json
)

Creates an Organization instance from the provided JSON object.

Implementation

Organization.fromJson(JsonObject json) : super._internal(json);