BacsDebit.fromJson constructor

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

Implementation

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