fileLoadState property

String? fileLoadState
getter/setter pair

Possible string values are:

  • "FILE_LOAD_STATE_UNSPECIFIED"
  • "LOADED_BY_PROCESS"
  • "NOT_LOADED_BY_PROCESS"

Implementation

core.String? fileLoadState;