toJson method

String toJson()

Implementation

String toJson() {
  return AttributesModelMapper.ensureInitialized()
      .encodeJson<AttributesModel>(this as AttributesModel);
}