PeripheralParamV2.fromJson constructor

PeripheralParamV2.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PeripheralParamV2.fromJson(Map<String, dynamic> json) =>
    _$PeripheralParamV2FromJson(json);