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