SigningKey.fromJson constructor

SigningKey.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory SigningKey.fromJson(Map<String, Object?> json) =>
    _$SigningKeyFromJson(json);