Chain.fromJson constructor

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

Implementation

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