factory MetaData.fromMap(Map<String, dynamic> map) => MetaData( NAME: map["NAME"], LIST: List<String>.from(map["LIST"].map((x) => x)), );