BleConnectResult constructor

BleConnectResult(
  1. int? code,
  2. String? message
)

Implementation

BleConnectResult(this.code, this.message);