AccountProfileMetaParam constructor

const AccountProfileMetaParam({
  1. required String name,
  2. required String value,
})

Returns the new instance of AccountProfileMetaParam.

Implementation

const AccountProfileMetaParam({
  required this.name,
  required this.value,
});