QueuedProvisioning.fromJson constructor
QueuedProvisioning.fromJson(
- Map json_
Implementation
QueuedProvisioning.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);
QueuedProvisioning.fromJson(core.Map json_)
: this(enabled: json_['enabled'] as core.bool?);