StatusInfo.fromJson constructor

StatusInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory StatusInfo.fromJson(Map<String, dynamic> json) =>
    _$StatusInfoFromJson(json);