AttachedDisk_Architecture.fromJson constructor

AttachedDisk_Architecture.fromJson(
  1. Object? json
)

Implementation

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