toArray method

ResolvedType toArray(
  1. bool? array
)

Implementation

ResolvedType toArray(bool? array) {
  return copyWith(isArray: array);
}