age property

Future<int?> age

Implementation

static Future<int?> get age async {
  return await _channel.invokeMethod('getAge');
}