AttachedDisk_Interface.fromJson constructor
AttachedDisk_Interface.fromJson(
- Object? json
Implementation
factory AttachedDisk_Interface.fromJson(Object? json) =>
AttachedDisk_Interface(json as String);