Disk_Architecture.fromJson constructor

Disk_Architecture.fromJson(
  1. Object? json
)

Implementation

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