formatFull method

List<String> formatFull()

Format into FormatTypes.full.


[
'function balanceOf(address owner) view returns (uint256 balance)',
]

Implementation

List<String> formatFull() => (format(FormatTypes.full) as List).cast();