BioData.fromJson constructor

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

Implementation

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