InternalTransactionBean.fromJson constructor

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

Implementation

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