action property Null safety
If value is 'register'
then user is redirected to registration page,
otherwise to login page.
Implementation
external String get action;
Implementation
external set action(String v);
If value is 'register'
then user is redirected to registration page,
otherwise to login page.
external String get action;
external set action(String v);