ext property Null safety
Implementation
Map<String, String>? get ext {
return this._ext;
}
Implementation
set ext(Map<String, String>? map) {
this._ext = map;
_syncExtToNative();
}
Map<String, String>? get ext {
return this._ext;
}
set ext(Map<String, String>? map) {
this._ext = map;
_syncExtToNative();
}