Enableable.fromJson constructor

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

Implementation

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