argument property

  1. @override
({String? uid}) get argument

Implementation

@override
({
  String? uid,
}) get argument {
  return (uid: uid,);
}