DiskBackupPlanProperties.fromJson constructor

DiskBackupPlanProperties.fromJson(
  1. Map json_
)

Implementation

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