iosExecutionParams property

  1. @JsonKey.new(name: 'ios_execution_params', fromJson: _queryStringToMap, toJson: _mapToQueryString)
Map<String, String>? iosExecutionParams
final

KO: iOS 앱 실행 시 전달할 파라미터
EN: Parameters to pass to the iOS app

Implementation

@JsonKey(
  name: 'ios_execution_params',
  fromJson: _queryStringToMap,
  toJson: _mapToQueryString,
)
final Map<String, String>? iosExecutionParams;