TypeField constructor

const TypeField({
  1. required Type type,
  2. required List<String> codes,
  3. bool? isOnlySnapshot,
  4. bool? isOnlyRealtime,
})

Implementation

const TypeField({required this.type, required this.codes, this.isOnlySnapshot, this.isOnlyRealtime});