Model.of constructor

Model.of(
  1. Model other
)

Implementation

factory Model.of(Model other) {
  return Model(other.toJson());
}