StatusAttr.fromJson constructor

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

Implementation

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