FpxMethod.fromJson constructor

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

Implementation

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