ServerKey.fromJson constructor

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

Implementation

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