GhostKey.fromJson constructor

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

Implementation

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