isMonoRuntime property

  1. @JsonKey.new(name: 'isMonoRuntime')
bool? isMonoRuntime
getter/setter pair

Is Sonarr using the mono runtime?

Implementation

@JsonKey(name: 'isMonoRuntime')
bool? isMonoRuntime;