toJson method

String toJson()
inherited

Implementation

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