Admin.fromJson constructor

Admin.fromJson(
  1. dynamic json
)

Implementation

factory Admin.fromJson(json) => _$AdminFromJson(json);