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