SepaDebit.fromJson constructor

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

Implementation

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