FieldGet constructor

const FieldGet(
  1. String importUri,
  2. String clsName,
  3. String fieldName,
  4. bool isStatic, {
  5. bool? isRegex,
})

Call grammar default constructor.

Implementation

const factory FieldGet(
    String importUri, String clsName, String fieldName, bool isStatic,
    {bool? isRegex}) = FieldGet._;