toMap method

Map<String, Object?> toMap()

API Documentation for toMap.

Implementation

Map<String, Object?> toMap() => <String, Object?>{
      'top': boundingBoxTop,
      'left': boundingBoxLeft,
      'smile': smileProb,
    };