@override Map<String, Function> methods() { return { 'isArray': (dynamic value) => value is List, }; }