Flutter.fromJson constructor

Flutter.fromJson(
  1. Map json
)

Implementation

factory Flutter.fromJson(Map json) => _$FlutterFromJson(json);