getValueFromPayload method

  1. @override
String getValueFromPayload(
  1. SubmitAccountEvent payload
)
override

Implement in subclasses to extract the field's value from the payload.

Implementation

@override
String getValueFromPayload(SubmitAccountEvent payload) {
  return payload.event.joinSite;
}