KeyPairConverter extension

Utility function to convert between a KeyPair to a Map.

on

Methods

fromMap(Map<String, String> map) KeyPair?

Available on KeyPair, provided by the KeyPairConverter extension

Convert a Dart Map to a KeyPair.
toMap() Map<String, String>

Available on KeyPair, provided by the KeyPairConverter extension

Convert the object to a Dart Map.