Image_Status.fromJson constructor

Image_Status.fromJson(
  1. Object? json
)

Implementation

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