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