Funder.fromJson constructor

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

Implementation

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