schemaHistory property Null safety

RxList<SchemaDefinition> schemaHistory
final

Creating a reactive variable called schemaHistory that is initialized to the value <SchemaDefinition>[].

Implementation

final schemaHistory = <SchemaDefinition>[].obs;