sfaKeyFromJson function

SFAKey sfaKeyFromJson(
  1. String string
)

Implementation

SFAKey sfaKeyFromJson(String string) => SFAKey.fromJson(
      jsonDecode(string),
    );