FlutterCenter.fromJson constructor

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

Implementation

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