Regulation.fromJson constructor

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

Implementation

Regulation.fromJson(Map<String, dynamic> json) {
  comoFunciona = json['descricao_programa'];
  regulamento = json['regulamento'];
}