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