copyWith abstract method

ServerpodSqlException copyWith({
  1. String? message,
  2. String? sql,
})

Implementation

ServerpodSqlException copyWith({
  String? message,
  String? sql,
});