fromJson static method

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

Implementation

static BridgeDestFeeData fromJson(Map<String, dynamic> json) =>
    _$BridgeDestFeeDataFromJson(json);