HiveGetKeys.fromJson constructor

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

Implementation

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