ProfileMetadata constructor

const ProfileMetadata({
  1. ProfileMetadataProfile? profile,
})

Implementation

const ProfileMetadata({
  this.profile,
});