DeviceUser.fromJson constructor

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

Implementation

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