Swap.fromJson constructor

Swap.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Swap.fromJson(Map<String, dynamic> json) = _$SwapImpl.fromJson;