fromJson method

RLMObject fromJson(
  1. Map json
)

Implementation

RLMObject fromJson(Map json) {
  return this;
}