toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (blocks != null) 'blocks': blocks!,
      if (confidence != null) 'confidence': confidence!,
      if (height != null) 'height': height!,
      if (property != null) 'property': property!,
      if (width != null) 'width': width!,
    };