account property

  1. @JsonKey(ignore: true)
dynamic account

Implementation

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