fromJson static method

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

Implementation

static ProposalInfoData fromJson(Map<String, dynamic> json) =>
    _$ProposalInfoDataFromJson(json);