Nux.fromJson constructor

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

Implementation

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