InAppFieldPath constructor

const InAppFieldPath(
  1. Object? field, [
  2. InAppFieldPaths type = InAppFieldPaths.none
])

Implementation

const InAppFieldPath(
  this.field, [
  this.type = InAppFieldPaths.none,
]);