start property

  1. @JsonKey(ignore: true)
dynamic start

Implementation

@JsonKey(ignore: true)
get start {
  return params!['start'];
}