toMap method

Map<String, Object?> toMap()

API Documentation for toMap.

Implementation

Map<String, Object?> toMap() => <String, Object?>{
      'barcodes': barcodes,
      'faces': faces.map((face) => face.toMap()).toList(growable: false),
    };