representation property Null safety
Implementation
@override
APISchemaRepresentation get representation {
if (properties != null) {
return APISchemaRepresentation.structure;
}
return super.representation;
}
@override
APISchemaRepresentation get representation {
if (properties != null) {
return APISchemaRepresentation.structure;
}
return super.representation;
}