ProfileMetadata constructor

ProfileMetadata({
  1. String? objectType,
  2. List<String>? userTypes,
})

Implementation

ProfileMetadata({this.objectType, this.userTypes});