DeleteTabRequest.fromJson constructor
DeleteTabRequest.fromJson(
- Map json_
Implementation
DeleteTabRequest.fromJson(core.Map json_)
: this(tabId: json_['tabId'] as core.String?);
DeleteTabRequest.fromJson(core.Map json_)
: this(tabId: json_['tabId'] as core.String?);