NESeatInitParams.fromJson constructor

NESeatInitParams.fromJson(
  1. Map json
)

Implementation

factory NESeatInitParams.fromJson(Map json) {
  return _$NESeatInitParamsFromJson(json.cast());
}