StatusEdit.fromJson constructor

StatusEdit.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory StatusEdit.fromJson(Map<String, Object?> json) =>
    _$StatusEditFromJson(json);