JsonApiModel.from constructor

JsonApiModel.from(
  1. JsonApiModel other
)

Implementation

JsonApiModel.from(JsonApiModel other)
    : this(JsonApiDocument.from(other.jsonApiDoc));