MockUser constructor

MockUser({
  1. String? fullName,
})

Implementation

MockUser({this.fullName});