MifareInfo.fromJson constructor

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

Implementation

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