LCDInfo.fromJson constructor

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

Implementation

factory LCDInfo.fromJson(Map<String, dynamic> json) {
  return _$LCDInfoFromJson(json);
}