StatusView.fromJson constructor

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

Implementation

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