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