toMap property

Map<String, Account?> toMap
getter/setter pair

Implementation

Map<String, Account?> toMap = new Map<String, Account?>();