NESeatInfo.fromJson constructor

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

Implementation

factory NESeatInfo.fromJson(Map<String, dynamic> json) {
  return _$NESeatInfoFromJson(json);
}