Future<bool> fill( Map<String, dynamic>? fill, { Map<String, dynamic>? options, }) async { if (options != null) { this.options.addAll(options); } return check( fill: fill ?? {}, ); }