HeliumTransactionAddGatewayV1.fromJson constructor

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

Creates an instance from a map derived from the JSON serialization.

Implementation

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