ModelSnapshot constructor Null safety
- ModelSnapshot? other,
- String text
Implementation
ModelSnapshot(ModelSnapshot? other, this.text)
: program = other?.program ?? CircularBuffer<String>.create(10, '');
ModelSnapshot(ModelSnapshot? other, this.text)
: program = other?.program ?? CircularBuffer<String>.create(10, '');