copyWith method

Implementation

IssuesMetaBean copyWith({IssuesJqlMetaDataBean? jql}) {
  return IssuesMetaBean(
    jql: jql ?? this.jql,
  );
}