JsonModel.fromJson constructor

JsonModel.fromJson(
  1. String opts
)

Implementation

JsonModel.fromJson(String opts) {
  this.fromJson(opts);
}