FileStatus_State.fromJson constructor

FileStatus_State.fromJson(
  1. Object? json
)

Implementation

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