toJson method

String toJson()

Implementation

String toJson() {
  return ListPropertyMapper.ensureInitialized().encodeJson<ListProperty>(
    this as ListProperty,
  );
}