VarStr class

Copyright 2019 Andrious Solutions Ltd. All rights reserved. Use of this source code is governed by a 2-clause BSD License. The main directory contains that LICENSE file.

     Created  14 Nov 2019

Constructors

VarStr()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

get String
Return the Variable String Object's value.
no setter

Static Methods

set(String str) String
Set a String value to the Variable String object.