LiveIcon.fromJson constructor

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

Implementation

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