bleScanBeanFromJson function

BleScanBean bleScanBeanFromJson(
  1. String str
)

Implementation

BleScanBean bleScanBeanFromJson(String str) =>
    BleScanBean.fromJson(json.decode(str));