num getRequiredNumField( Map<String, dynamic>? data, String key, { num? defaultValue, }) => data.getRequiredNumFieldBy(key);