NESeatRequestItem.fromJson constructor

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

Implementation

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