VenueContact.fromJson constructor

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

Implementation

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