KeyLink.fromJson constructor

KeyLink.fromJson(
  1. String value
)

Implementation

factory KeyLink.fromJson(String value) => _$KeyLinkFromJson({'value': value});