toJson method

String toJson()

Implementation

String toJson() {
  return AttributesSearchModelMapper.ensureInitialized()
      .encodeJson<AttributesSearchModel>(this as AttributesSearchModel);
}