mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
null-safety
This commit is contained in:
@@ -4,7 +4,7 @@ import 'IRecord.dart';
|
||||
import 'KeyList.dart';
|
||||
|
||||
class Record extends KeyList with IRecord {
|
||||
Map<String, dynamic> _props;
|
||||
Map<String, dynamic> _props = Map<String, dynamic>();
|
||||
|
||||
@override
|
||||
Map<String, dynamic> serialize() {
|
||||
|
||||
Reference in New Issue
Block a user