String toString()

Source

String toString() => (this.message != null
    ? "UnimplementedError: $message"
    : "UnimplementedError");