RealmException constructor

RealmException(
  1. String message, {
  2. String? helpLink,
})

Implementation

RealmException(this.message, {this.helpLink});