name method

Future name()

Implementation

Future<dynamic> name() async {
  return await _contract.call("name");
}