getInstance static method
Implementation
static RadioButtonController getInstance(
String groupId, ScopeManager scopeManager) =>
scopeManager.pageData.radioButtonControllers.putIfAbsent(
groupId, () => RadioButtonController._(groupId, scopeManager));