Signer.fromJson constructor

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

Implementation

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