KeyPairConverter extension

Utility function to convert between a KeyPair to a Map.

on

Methods

fromMap(Map<String, String> map) KeyPair?
Convert a Dart Map to a KeyPair.
toMap() Map<String, String>
Convert the object to a Dart Map.