setFromJson abstract method
Convert any given json to correspondig types and store it. If fails, it returns false.
Implementation
bool setFromJson(dynamic json);
Convert any given json to correspondig types and store it. If fails, it returns false.
bool setFromJson(dynamic json);