PayerContext.fromJson constructor

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

Implementation

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