Ccommunity.fromJson constructor

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

Implementation

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