address method

  1. @override
String address({
  1. dynamic hint,
})

Implementation

@override
String address({hint}) {
  return super.address();
}