schemaHistory property Null safety
final
Creating a reactive variable called schemaHistory
that is initialized to the value
<SchemaDefinition>[]
.
Implementation
final schemaHistory = <SchemaDefinition>[].obs;
Creating a reactive variable called schemaHistory
that is initialized to the value
<SchemaDefinition>[]
.
final schemaHistory = <SchemaDefinition>[].obs;