optInteger abstract method

Future<int?> optInteger(
  1. int arg,
  2. int? d
)

Implementation

Future<int?> optInteger(int arg, int? d);