schema property Null safety

List<JsonSchema> schema

schema is a list of JsonSchemas.

Implementation

@override

/// [schema] is a list of [JsonSchema]s.
List<JsonSchema> get schema;