BioData.initial constructor

BioData.initial()

Implementation

factory BioData.initial() => BioData(
      firstName: Name.withValue(''),
      lastName: Name.withValue(''),
    );