LexCidLink.fromJson constructor

LexCidLink.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory LexCidLink.fromJson(Map<String, Object?> json) =>
    _$LexCidLinkFromJson(json);