NachInfo.fromJson constructor

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

Implementation

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