rawOperations property

  1. @JsonKey(ignore: true)
dynamic rawOperations

Implementation

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