AmlResult constructor

const AmlResult({
  1. Results? results,
})

Implementation

const factory AmlResult({
  Results? results,
}) = _AmlResult;