Nux.fromJson constructor

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

Implementation

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