Image_Architecture.fromJson constructor

Image_Architecture.fromJson(
  1. Object? json
)

Implementation

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