AttachedDisk_Interface.fromJson constructor

AttachedDisk_Interface.fromJson(
  1. Object? json
)

Implementation

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