ProfileAssociatedGerm.fromJson constructor

ProfileAssociatedGerm.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ProfileAssociatedGerm.fromJson(Map<String, Object?> json) =>
    _$ProfileAssociatedGermFromJson(json);