ext property

Map<String, String>? ext

Implementation

Map<String, String>? get ext {
  return this._ext;
}
void ext=(Map<String, String>? map)

Implementation

set ext(Map<String, String>? map) {
  this._ext = map;
  _syncExtToNative();
}