FluentList.fromJson constructor

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

Implementation

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