This commit is contained in:
hrxiang
2021-09-18 14:26:24 +08:00
parent be1c10fb38
commit fb92f15062
5 changed files with 11 additions and 7 deletions

View File

@@ -420,8 +420,8 @@ class LocationElem {
}
class CustomElem {
Uint8List? data;
Uint8List? extension;
String? data;
String? extension;
String? description;
CustomElem({this.data, this.extension, this.description});