Creates a instance of this type from map
.
map
is typically created from asMap.
Source
Schema.fromMap(Map<String, dynamic> map) { _tables = (map["tables"] as List<Map<String, dynamic>>).map((t) => new SchemaTable.fromMap(t)).toList(); }
Creates a instance of this type from map
.
map
is typically created from asMap.
Schema.fromMap(Map<String, dynamic> map) { _tables = (map["tables"] as List<Map<String, dynamic>>).map((t) => new SchemaTable.fromMap(t)).toList(); }