MobLinkMethod constructor
Implementation
MobLinkMethod({@required this.name, @required this.id})
: assert(name != null && id != null),
super();
MobLinkMethod({@required this.name, @required this.id})
: assert(name != null && id != null),
super();